creates or modifies a user
The request body is of type object.
Overview
 |
 |
 |
ProjectID : string
|
 |
ProjectPath : string
|
 |
 |
Enable : boolean
|
 |
PasswordExpiresInDays : number
|
 |
Password : string
|
 |
Resources : Array[string]
|
 |
RoleID : string
|
 |
UserID : string
|
 |
UserName : string
| | | |
The response body is of type ItemsPostResponse.
The collection of results from the object create/update operation
Overview
 |
ItemsPostResponse
The results of the create/update/delete operations.
 |
NumSuccesses : number
|
 |
NumFailures : number
|
 |
WarningsMask : integer
|
 |
 |
Success : boolean
|
 |
StatusDetails : integer
|
 |
WarningsMask : integer
|
 |
Message : string
| | |